home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Multimedia 20 / The Best of Select: Multimedia 20.iso / mpg / vmpeg.bat < prev    next >
DOS Batch File  |  1996-10-14  |  574b  |  18 lines

  1. @echo off
  2. rem
  3. rem  specify correct paths in line 9, 16 and 17
  4. rem
  5. rem  use the following line for SVGAs with VESA BIOS
  6. rem set go32=nodpmi gw 640 gh 480 nc 256
  7. rem
  8. rem  otherwise use the following line
  9. rem set go32=nodpmi driver d:\vmpeg\drivers\et4000.grn gw 640 gh 480 nc 256
  10. rem  replace with driver for your SVGA      ^^^^^^^^^^
  11. rem  gw = width
  12. rem  gh = height
  13. rem  nc = number of colors (don't change)
  14. rem
  15. rem  or use the following line for standard VGA (last resort...)
  16. set go32=nodpmi driver d:\vmpeg\drivers\vga.grd
  17. go32 %1 %2 %3 %4 %5 %6 %7 %8 %9
  18.